HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 - Zambia flag

HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ZM-Core Blood Specimen

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Specimen/ExampleZMCoreSpecimenBlood> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZMCoreSpecimenBlood"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-specimen"^^xsd:anyURI ;
       fhir:link <http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-specimen>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen ExampleZMCoreSpecimenBlood</b></p><a name=\"ExampleZMCoreSpecimenBlood\"> </a><a name=\"hcExampleZMCoreSpecimenBlood\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zm-core-specimen.html\">ZM-Core Specimen Profile</a></p></div><p><b>identifier</b>: <code>http://hapi.moh.gov.zm/fhir/sid/specimen-id</code>/SPM-2026-000001</p><p><b>accessionIdentifier</b>: <code>http://hapi.moh.gov.zm/fhir/sid/laboratory-accession-number</code>/ACC-2026-000001</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119297000}\">Blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-ExampleZMCorePatient.html\">John Mwale  Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)</a></p><p><b>receivedTime</b>: 2026-08-08 09:20:00+0200</p><p><b>request</b>: <a href=\"ServiceRequest-ExampleZMCoreLaboratoryServiceRequest.html\">ServiceRequest Hemoglobin [Mass/volume] in Blood</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExampleZMCorePractitioner.html\">Practitioner Mary Chipo Phiri (official)</a></td><td>2026-08-08 09:00:00+0200</td><td>4 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://hapi.moh.gov.zm/fhir/sid/specimen-id"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "SPM-2026-000001" ]
  ] ) ; # 
  fhir:accessionIdentifier [
     fhir:system [ fhir:v "http://hapi.moh.gov.zm/fhir/sid/laboratory-accession-number"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "ACC-2026-000001" ]
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
     fhir:coding ( [
       a sct:119297000 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "119297000" ] ;
       fhir:display [ fhir:v "Blood specimen" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleZMCorePatient> ;
     fhir:reference [ fhir:v "Patient/ExampleZMCorePatient" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2026-08-08T09:20:00+02:00"^^xsd:dateTime] ; # 
  fhir:request ( [
     fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleZMCoreLaboratoryServiceRequest> ;
     fhir:reference [ fhir:v "ServiceRequest/ExampleZMCoreLaboratoryServiceRequest" ]
  ] ) ; # 
  fhir:collection [
     fhir:collector [
       fhir:link <http://hl7.org/fhir/Practitioner/ExampleZMCorePractitioner> ;
       fhir:reference [ fhir:v "Practitioner/ExampleZMCorePractitioner" ]
     ] ;
     fhir:collected [
       a fhir:dateTime ;
       fhir:v "2026-08-08T09:00:00+02:00"^^xsd:dateTime
     ] ;
     fhir:quantity [
       fhir:value [ fhir:v "4"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mL" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "mL" ]
     ]
  ] . # 

<http://hl7.org/fhir/Patient/ExampleZMCorePatient> a fhir:Patient .

<http://hl7.org/fhir/ServiceRequest/ExampleZMCoreLaboratoryServiceRequest> a fhir:ServiceRequest .

<http://hl7.org/fhir/Practitioner/ExampleZMCorePractitioner> a fhir:Practitioner .